home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 050a / dzknd211.zip / READ1ST.DOC < prev    next >
Text File  |  1991-11-25  |  2KB  |  43 lines

  1. Prior  to  starting this program there are a few things you should check on
  2. your system:
  3.  
  4. 1.  Do you have a CONFIG.SYS file and if so does it have at least 30 files?
  5.  
  6. To  check,  go to your root directory on your hard drive (CD\, then return)
  7. or  put  your  DOS  Disk  in  your  floppy  drive  and  and then enter TYPE
  8. CONFIG.SYS.  If you get File Not Found, see below.  If you get a display it
  9. might look like this:
  10.  
  11.                                 FILES=20
  12.                                 BUFFERS=49
  13.                                 DEVICE=C:\DOS\ANSI.SYS
  14.  
  15. Since  the  files  listed  are below 30 you will need to increase the files
  16. value.
  17.  
  18. If you are using LOADHI to handle your FILES command this will not work for
  19. this program.  They must be loaded low.
  20.  
  21. The CONFIG.SYS file can be changed with any word processor that will save a
  22. file in ASCII.
  23.  
  24. If you do not have a CONFIG.SYS file, the following  will  create  one  for
  25. you:
  26.  
  27.                 COPY CON CONFIG.SYS (Return)
  28.                 FILES=30 (Return)
  29.                 BUFFERS=20 (Return)
  30.                 (Then Hit The F6 KEY)
  31.  
  32. It   is   important   that  you  reboot  your  system  after  altering  the
  33. CONFIG.SYS file, so that your computer will use the new information.
  34.  
  35. If you ever get an OPEN ERROR during the operation of this program and  the
  36. file  named  is in the proper place, try increasing your files,  some other
  37. program may be using a portion of the 30 required by this one.
  38.  
  39. 2.  If you use a mouse, be sure you have  included  the  appropriate  mouse
  40. driver  in your CONFIG.SYS file.  Without this the program will not be able
  41. to access your mouse.
  42.  
  43.